home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / easycd / EasyCD.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1999-03-07  |  4KB  |  202 lines

  1. object AboutForm: TAboutForm
  2.   Left = 230
  3.   Top = 197
  4.   BorderStyle = bsDialog
  5.   Caption = 'About EasyCD'
  6.   ClientHeight = 186
  7.   ClientWidth = 320
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label11: TLabel
  23.     Left = 57
  24.     Top = 6
  25.     Width = 249
  26.     Height = 13
  27.     Caption = 'EasyCD - still freeware CD Player for Windows 95/98'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 58
  37.     Top = 30
  38.     Width = 172
  39.     Height = 13
  40.     Caption = 'Copyright ∩┐╜ 1998-1999 Linas Purinis'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clBlack
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object Bevel2: TBevel
  49.     Left = 58
  50.     Top = 53
  51.     Width = 256
  52.     Height = 2
  53.     Shape = bsBottomLine
  54.   end
  55.   object Label9: TLabel
  56.     Left = 58
  57.     Top = 77
  58.     Width = 108
  59.     Height = 13
  60.     Caption = 'You can contact me at'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.   end
  68.   object Label5: TLabel
  69.     Left = 172
  70.     Top = 77
  71.     Width = 53
  72.     Height = 13
  73.     Cursor = crHandPoint
  74.     Hint = 'Click if you want to contact me by sending a mail'
  75.     Caption = 'linasp@is.lt'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clBlue
  78.     Font.Height = -11
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     ParentShowHint = False
  83.     ShowHint = True
  84.     OnClick = Label5Click
  85.   end
  86.   object Label6: TLabel
  87.     Left = 162
  88.     Top = 93
  89.     Width = 104
  90.     Height = 13
  91.     Cursor = crHandPoint
  92.     Hint = 'Click to visit EasyCD home page'
  93.     Caption = 'http://surf.to/easycd/'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlue
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = [fsUnderline]
  99.     ParentFont = False
  100.     ParentShowHint = False
  101.     ShowHint = True
  102.     OnClick = Label6Click
  103.   end
  104.   object Label4: TLabel
  105.     Left = 58
  106.     Top = 93
  107.     Width = 100
  108.     Height = 13
  109.     Caption = 'EasyCD Home Page:'
  110.     Font.Charset = DEFAULT_CHARSET
  111.     Font.Color = clBlack
  112.     Font.Height = -11
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = []
  115.     ParentFont = False
  116.   end
  117.   object Label10: TLabel
  118.     Left = 90
  119.     Top = 110
  120.     Width = 172
  121.     Height = 13
  122.     Cursor = crHandPoint
  123.     Caption = 'http://www.is.lt/linas/easycd/skins/'
  124.     Font.Charset = DEFAULT_CHARSET
  125.     Font.Color = clBlue
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = [fsUnderline]
  129.     ParentFont = False
  130.     OnClick = DownloadSkins
  131.   end
  132.   object Label8: TLabel
  133.     Left = 58
  134.     Top = 110
  135.     Width = 29
  136.     Height = 13
  137.     Caption = 'Skins:'
  138.     Font.Charset = DEFAULT_CHARSET
  139.     Font.Color = clBlack
  140.     Font.Height = -11
  141.     Font.Name = 'MS Sans Serif'
  142.     Font.Style = []
  143.     ParentFont = False
  144.   end
  145.   object Label1: TLabel
  146.     Left = 58
  147.     Top = 162
  148.     Width = 101
  149.     Height = 13
  150.     Caption = 'Version 2.0 beta 3.03'
  151.     Font.Charset = DEFAULT_CHARSET
  152.     Font.Color = clBlack
  153.     Font.Height = -11
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     ParentFont = False
  157.   end
  158.   object Bevel1: TBevel
  159.     Left = 58
  160.     Top = 149
  161.     Width = 256
  162.     Height = 2
  163.     Shape = bsBottomLine
  164.   end
  165.   object Button1: TButton
  166.     Left = 239
  167.     Top = 158
  168.     Width = 75
  169.     Height = 23
  170.     Caption = 'Ok'
  171.     Default = True
  172.     ModalResult = 1
  173.     TabOrder = 0
  174.     OnKeyPress = Button1KeyPress
  175.   end
  176.   object Panel2: TPanel
  177.     Left = 3
  178.     Top = 3
  179.     Width = 49
  180.     Height = 180
  181.     Caption = 'Panel2'
  182.     Color = clBlack
  183.     TabOrder = 1
  184.     object Image1: TImage
  185.       Left = 1
  186.       Top = 1
  187.       Width = 47
  188.       Height = 178
  189.       Picture.Data = {<image000.bmp>}
  190.       Stretch = True
  191.     end
  192.   end
  193.   object URL1: TURL
  194.     Left = 288
  195.     Top = 64
  196.   end
  197.   object TopMost1: TTopMost
  198.     Left = 168
  199.     Top = 160
  200.   end
  201. end
  202.